explicitly set colours for header items
authorJyrki Gadinger <nilsding@nilsding.org>
Wed, 19 Mar 2025 09:31:47 +0000 (10:31 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 19 Mar 2025 12:10:47 +0000 (12:10 +0000)
commitfa5d3bc2f6d6c93bdf923216c4837b57ddc6cb15
treefd908baae352ca6cdc371fe944f136dca3179fe4
parent39f949d04aed8820ff6330bd52108450f9528002
explicitly set colours for header items

the _Universal_ theme notably sets [`icon.color` on `Button`s][0] and
also the [`color` on `Label`s][1], ignoring what's set through the
`palette` property ...

[0]: https://github.com/qt/qtdeclarative/blob/215619d71b69be02348e12dc2dfea087c3ec2abb/src/quickcontrols/universal/Button.qml#L23
[1]: https://github.com/qt/qtdeclarative/blob/215619d71b69be02348e12dc2dfea087c3ec2abb/src/quickcontrols/universal/Label.qml#L12

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/gui/tray/CurrentAccountHeaderButton.qml
src/gui/tray/HeaderButton.qml